home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilcli / examine.rdm < prev    next >
Text File  |  1997-01-18  |  2KB  |  42 lines

  1. Short:    Examines file characteristics and type
  2. Author:   n.carter@kingston.ac.uk (Neil Carter)
  3. Uploader: n.carter@kingston.ac.uk (Neil Carter)
  4. Version:  1.4
  5. Type:     util/cli
  6. Requires: Kickstart 2.04+, FileID.library V2.0+ (supplied)
  7.  
  8. --
  9.  
  10. Examine V1.4 is a little program I wrote to help me write scripts and
  11. identify unknown files.  It is quite small, and very versatile (its format
  12. option is compatible with List).
  13.  
  14. Features:
  15.  
  16. :-)  Uses, but does not absolutely require, FileID.library.  With it, you can
  17.      easily identify most Amiga filetypes.  Without it, Examine will just
  18.      tell you whether the file is binary or various forms of ASCII text.
  19.      FileID won't be invoked unless a function (or format token) which
  20.      requires it is called, saving time and memory.
  21.  
  22. :-)  Flexible format command.  Most format tokens are exactly the same as the
  23.      standard List command, so if you know that, you know Examine.  Extra
  24.      tokens allow you display various FileID values or do little ASCII or hex
  25.      dumps.  If desired, you can choose a different format for directories.
  26.  
  27. :-)  Also capable of performing certain handy script functions.  For
  28.      example, It can return WARN if the filename is that of a directory, or
  29.      if it's an executable.  It can return the FileID type as a return code,
  30.      allowing you to quickly confirm filetypes in your scripts.
  31.  
  32. :-D  It's pretty good actually!  I use it all the time.  Source in Amiga E is
  33.      included, so you can have a good laugh at it.
  34.  
  35. Examine V1.4 (14/5/96) was written by Neil Carter.
  36. PUBLIC DOMAIN ONLY!
  37.  
  38. --
  39.  
  40. Neil Carter <n.carter@kingston.ac.uk>
  41. Freelance Computer Graphic Artist
  42.